.mg-container {
  margin: 0 auto;
  max-width: 1200px;
}
.container-box{
  background-color: #fbfbfb;
}

* {
  padding: 0;
  margin: 0;
  text-decoration: none;
}

/*声明 WebFont*/
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('../font/SourceHanSansCN-Regular.ttf');
  src:
    url('../font/SourceHanSansCN-Regular.eot?#font-spider') format('embedded-opentype'),
    url('../font/SourceHanSansCN-Regular.woff2') format('woff2'),
    url('../font/SourceHanSansCN-Regular.woff') format('woff'),
    url('../font/SourceHanSansCN-Regular.ttf') format('truetype'),
    url('../font/SourceHanSansCN-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body{
  /* font-family: Helvetica Neue,Helvetica,Hiragino Sans GB,PingHei,PingFang SC,STHeitiSC-Light,Microsoft YaHei,Lantinghei SC,Arial,sans-serif !important; */
  font-family: harmony,SourceHanSansCN-Regular !important;
}
ul{
  list-style: none;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.flex{
  display: flex;
}
.row{
  flex-direction: row;
}
.col{
  flex-direction: column;
}
.mg-b-title{
  font-size: .24rem;
  text-align: center;
}
.white-bgColor{
  background: #fff !important;
}
.gray-bgColor{
  background: #f4f4f4 !important;
}
.noPaddTop{
  padding-top: 0 !important;
}

/* 轮播图样式 */
.swiper-slide{
  font-size: 0;
}
.swiper-slide img{
  width: 100%;
}
/* .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  transition-duration: 3000ms !important;
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  top: auto !important;
  bottom: 0;
} */
.swiper-pagination-bullets{
  top: auto !important;
  bottom: .3rem !important;
}
.swiper-pagination .swiper-pagination-bullet{
  height: 5px !important;
  width: 1rem !important;
  border-radius: 0 !important;
  opacity: 1;
  /* transition: .6s; */
  font-size: 0;
  position: relative;
  background: rgba(0,0,0,.3);
}
.swiper-pagination-bullet-active .swiper-pagination-bullet-progress{
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  background: -webkit-gradient(linear,left top,right top,from(#198cff),to(#8847c1));
  background: -webkit-linear-gradient(left,#198cff,#8847c1);
  background: -moz-linear-gradient(left,#198cff,#8847c1);
  background: linear-gradient(90deg,#198cff,#8847c1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff198cff",endColorstr="#ff8847c1",GradientType=1);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: rgba(0,0,0,.3);
}
.swiper-pagination-bullet:hover{
  min-width: 1.2rem !important;
  height: auto !important;
  /* position: relative;
  top: -.05rem !important; */
  font-size: .16rem;
  color: #fff;
  background: -webkit-gradient(linear,left top,right top,from(#198cff),to(#8847c1));
  background: -webkit-linear-gradient(left,#198cff,#8847c1);
  background: -moz-linear-gradient(left,#198cff,#8847c1);
  background: linear-gradient(90deg,#198cff,#8847c1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff198cff",endColorstr="#ff8847c1",GradientType=1);
  /* -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  transition: all .1s ease; */
  opacity: 1;
  padding: .05rem .2rem;
  top: .1rem;
  border-radius: 5px !important;
}
.swiper-pagination-bullet:hover .swiper-pagination-bullet-progress{
  display: none;
}

/* 页面数据统计样式 */
.total-list .num{
	font-size: .42rem;
	color: #333;
	padding-bottom: 5px;
	position: relative;
}
.total-list .name{
	font-size: .16rem;
	color: #666;
}

/* 页面banner图样式 */
.banner-box{
  font-size: 0;
}
.banner-box img{
  width: 100%;
}

/* 模块背景图 */
[class$='-container']{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* 公用模块title */
.mg-title{
  font-size: .36rem;
  color: #333;
  text-align: center;
  position: relative;
  padding: .8rem 0 .5rem !important;
}
.pruduct-title{
  padding: .8rem 0 .6rem !important;
}
.smart-title{
  padding: .4rem 0 .6rem !important;
}
.paddTop{
  padding-top: .8rem !important;
}
.paddBottom{
  padding-bottom: .6rem !important;
}
/* .mg-title::after{
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: .8rem;
  margin-left: -.4rem;
  height: 4px;
  background-color: #00c7ff;
} */
.mg-c-title{
  font-size: .2rem;
  text-align: center;
  position: relative;
  padding: .2rem 0 .1rem;
  margin-bottom: .2rem;
  color: #333;
}
.mg-c-title::after{
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  width: .5rem;
  margin-left: -.25rem;
  height: 3px;
  background-color: #00c7ff;
}
.mg-tips{
  font-size: .18rem;
  color: #666;
  text-align: center;
}
.mg-c-cont{
  font-size: .16rem;
  color: #666;
  text-align: center;
}

/* tab切换 */
.tabs-container{
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 9999;
}
.tabs-box{
  font-size: 0;
}
.tabs-box .tab-list{
  display: inline-block;
  /*width: calc(100% / 3);   需在页面样式中覆盖 */
  font-size: .18rem;
  text-align: center;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.tabs-box .tab-list a{
  display: inline-block;
  height: .8rem;
  line-height: .8rem;
  color: #888;
  position: relative;
}
.tabs-box .tab-list a.active{
  color: #000;
  border-bottom: 2px solid #2096F1;
}
.tabs-box .tab-list a.active::after{
  /* content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2096F1; */
  /* border-bottom: 10px solid rgba(32, 150, 241); */
}
.tab-content{
  display: none;
}

/* 公用按钮 默认设置圆角、背景色、字体色、字体大小 块级元素 */
.mg-btn{
  display: block;
  background: #ff9d00;
  color: #fff;
  width: .75rem;
  font-size: .18rem;
  padding: .17rem .64rem;
  border-radius: 5px;
  text-align: center;
}

/* loading */
.modal-login-bg {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
  overflow: hidden;
  background: url(/static/images/loading.gif) center center no-repeat #fff;
}

/* 公用弹窗 */
.consultation{
  text-align: center;
  width: 6rem !important;
  /* height: 4.16rem; */
}
.consultation img{
  padding-top: .61rem;
  padding-bottom: .29rem;
  height: .75rem;
}
.consultation .title{
  font-size: .24rem;
  color: #ff9d00;
  padding-bottom: .15rem;
}
.consultation .phone-num{
  font-size: .30rem;
  color: #ff9d00;
  padding-bottom: .25rem;
}
.consultation .time{
  font-size: .18rem;
  color: #333;
  padding-bottom: .25rem;
}
.consultation .btn-box{
  height: 1.18rem;
  background-color: #f4f4f4;
}
.consultation .mg-btn{
  font-size: .18rem;
  margin: 0 auto;
  padding: .13rem .34rem;
  position: relative;
  top: .37rem;
}

/* 应用案例 */
.yyal-container{
  padding-bottom: .8rem;
}
.yyal-box{
    margin: .8rem auto 0;
    max-width: 1000px;
    position: relative;
    background-color: #000;
}
.yyal-box .left-box{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .4rem;
}
.yyal-box .left-box p{
    line-height: .5rem;
    color: #fff;
    font-size: .16rem;
    cursor: pointer;
    transition: .2s;
}
.yyal-box .left-box p.active{
    color: #00c7ff;
    font-size: .26rem;
}
.yyal-box .right-box{
    float: left;
    height: 4.6rem;
    width: calc(100% - 3rem);
    margin-left: 3rem;
    background-image: url(/static/images/index/4.1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: .4s;
}
.yyal-box .right-box .cont-box{
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100% - .8rem);
    width: 40%;
    padding: .4rem .2rem;
    color: #fff;
    background-color: rgba(0,0,0,.3);
    font-size: .14rem;
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
    overflow: hidden;
    display: none;
}
.yyal-box .right-box .cont-box:nth-of-type(1){
    display: block;
}
.yyal-box .right-box .cont-box p{
    line-height: .28rem;
}
.yyal-box .right-box .cont-box .title{
    font-size: .2rem;
    position: relative;
    padding: .2rem 0 .1rem;
    margin-bottom: .2rem;
}
.yyal-box .right-box .cont-box .title::after{
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: .4rem;
    height: 2px;
    background-color: #00c7ff;
}


/* 全屏视频播放 */
/* .full-video-box{
  width: 100% !important;
  height: 100% !important;
}
.full-video-box .layui-layer-content{
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
} */
.full-video-box{
  background: rgba(0, 0, 0, .1) !important;
  /* border-radius: 25px; */
  overflow: hidden;
}
.full-video-box .layui-layer-content{
  overflow: hidden !important;
}
.full-video-box .layui-layer-content video{
  height: 100%;
  width: 100%;
}
.banner-wrap {
    margin-top: 70px;
    position: relative;
    overflow: hidden;
    clear: both;
}
@media (max-width: 500px){
  body{
    overflow-x: hidden;
  }
  .swiper-pagination .swiper-pagination-bullet{
    width: .6rem !important;
  }
  .swiper-pagination-bullet:hover{
    min-width: 1.4rem !important;
  }
}
@media screen and (max-width: 800px){
  .mobile-hide{
    display: none;
  }
  .mobile-show{
    display: block !important;
  }
  .login-box{
    display: none;
  }
  .container-box .banner-wrap{
    overflow: hidden;
    clear: both;
    margin-top: 60px;
  }
  .banner-box{
    margin-top: 60px;
  }
  .container-box .banner-wrap .mg-container {
    position: absolute;
    margin: 0.4rem 0.4rem 0;
    top: 0.4rem;
    left: 0;
    width: calc(100% - 0.8rem);
    padding: 0;
    }
    .container-box .banner-wrap .mg-container p{
        font-size:12px;
        line-height: 20px;
        margin: 0.2rem 0;
    }
    .container-box .banner-wrap .mg-container .mg-btn{
        width: auto;
        font-size: 14px;
     display: inline-block;
    }
    .container-box .banner-wrap .mg-container h1{
        font-size: 26px;
    }
    .container-box .banner-wrap .mg-container label{
        font-size: 18px;
        padding-bottom: 0.2rem;
    }
    .footer-bottom .share-box {
        display: flex;
    }
}
@media (max-width: 880px){
  .analysis-box .analysis-list{
    width: calc(100% - .8rem) !important;
  }
}
@media (max-width: 1000px) {
  .analysis-box .analysis-list{
    width: calc(50% - 0.6rem) !important;
    min-height: 160px;
  }
}
@media (max-width: 1024px){
  .nav-container .nav-content .right-box.mobile-hide{
    display: none;
  }
}
@media (min-width: 1100px) {
}
@media (max-width: 1280px) {
  .mg-container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .mg-title{
    font-size: 22px;
  }
  .mg-b-title{
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
}
@media (min-width: 1440px) {

}
@media (min-width: 1680px) {
  
}
@media (min-width: 1920px) {

}
